Skip to content

Update ruby/setup-ruby action to v1.316.0 - #606

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/ruby-setup-ruby-1.x
Open

Update ruby/setup-ruby action to v1.316.0#606
renovate[bot] wants to merge 1 commit into
developfrom
renovate/ruby-setup-ruby-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ruby/setup-ruby action minor v1.307.0v1.316.0

Release Notes

ruby/setup-ruby (ruby/setup-ruby)

v1.316.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.315.0...v1.316.0

v1.315.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.314.0...v1.315.0

v1.314.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.313.0...v1.314.0

v1.313.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.312.0...v1.313.0

v1.312.0

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/setup-ruby@v1.311.0...v1.312.0

v1.311.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.310.0...v1.311.0

v1.310.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.309.0...v1.310.0

v1.309.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.308.0...v1.309.0

v1.308.0

Compare Source

What's Changed

Full Changelog: ruby/setup-ruby@v1.307.0...v1.308.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codacy-production

codacy-production Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.32%. Comparing base (2e0770f) to head (1610635).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #606   +/-   ##
========================================
  Coverage    62.32%   62.32%           
========================================
  Files          526      526           
  Lines        22959    22959           
  Branches      3560     3560           
========================================
  Hits         14310    14310           
  Misses        7418     7418           
  Partials      1231     1231           
Components Coverage Δ
Client 63.68% <ø> (ø)
Server 60.33% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/ruby-setup-ruby-1.x branch 2 times, most recently from df17863 to 2ce8089 Compare June 20, 2026 17:18
@renovate renovate Bot changed the title Update ruby/setup-ruby action to v1.313.0 Update ruby/setup-ruby action to v1.314.0 Jun 20, 2026
@renovate
renovate Bot force-pushed the renovate/ruby-setup-ruby-1.x branch from 2ce8089 to 11f7525 Compare June 30, 2026 15:14
@renovate renovate Bot changed the title Update ruby/setup-ruby action to v1.314.0 Update ruby/setup-ruby action to v1.315.0 Jun 30, 2026
@renovate
renovate Bot force-pushed the renovate/ruby-setup-ruby-1.x branch from 11f7525 to 639109c Compare July 2, 2026 22:48
@renovate renovate Bot changed the title Update ruby/setup-ruby action to v1.315.0 Update ruby/setup-ruby action to v1.316.0 Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/ruby-setup-ruby-1.x branch from 639109c to 1610635 Compare July 12, 2026 12:45

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The pull request exhibits a complete misalignment between its stated intent and the implementation. While the metadata indicates an update for the Ruby setup action, the code changes modify the Node.js setup action instead. This discrepancy means the primary acceptance criterion is unaddressed.

Although static analysis indicates that the code is up to standards, the fundamental error in the targeted action prevents this PR from being merged. The intended Ruby action update is missing, and an undocumented modification to the Node.js action has been introduced in its place.

About this PR

  • The update for the Ruby action is completely missing from the diff, and an unrequested change to a Node.js action was implemented instead.

Test suggestions

  • Missing recommended test scenario: Verify ruby/setup-ruby update
  • Found recommended test scenario: Verify actions/setup-node update (unexpected change)
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Missing recommended test scenario: Verify `ruby/setup-ruby` update

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread .github/workflows/build.yml Outdated

- name: Set up Node
uses: actions/setup-node@v4
uses: actions/setup-node@v6

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The change modifies actions/setup-node, which contradicts the pull request title's objective to update ruby/setup-ruby. This discrepancy results in an incorrect project history and indicates an error in the targeted action. Please align the GitHub Action in .github/workflows/build.yml with the PR title or update the title if the change to the Node.js action was intentional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants